home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gui / gtldv374.lha / GadUtil / Docs / AutoDocs / 26.GU_DetachList < prev    next >
Text File  |  1996-05-14  |  767b  |  32 lines

  1. gadutil.library/GU_DetachList                   gadutil.library/GU_DetachList
  2.  
  3.    NAME
  4.     GU_DetachList -- Disconnect the list from a listview gadget.
  5.  
  6.    SYNOPSIS
  7.     GU_DetachList(gad, win)
  8.                   D0   A0
  9.  
  10.     VOID GU_DetachList(struct Gadget *, struct Window *);
  11.  
  12.    FUNCTION
  13.     Detach a listview's list (without visual effect).
  14.     This has to be done before you can change anything in the list,
  15.     eg add a node, delete a node etc.
  16.  
  17.     Use GU_AttachList() to put the list back to the gadget.
  18.  
  19.    INPUTS
  20.     gad - Gadget to detach list from.
  21.     win - Window that the gadget is located in.
  22.  
  23.    RESULT
  24.     none
  25.  
  26.    BUGS
  27.     none known
  28.  
  29.    SEE ALSO
  30.     GU_AddTail(), GU_ClearList(), GU_NewList(), GU_AttachList()
  31.     GU_FindNode(), GU_NodeUp(), GU_NodeDown(), GU_CountNodes(), GU_SortList()
  32.